auto merge of #475 : alexcrichton/cargo/issue-458, r=brson
authorbors <bors@rust-lang.org>
Wed, 3 Sep 2014 02:48:05 +0000 (02:48 +0000)
committerbors <bors@rust-lang.org>
Wed, 3 Sep 2014 02:48:05 +0000 (02:48 +0000)
commit2bfa6283e5577338f69ab67f96b42551b26f70d1
treecbef9326017fa7d3344b0f96a3b06fae1b6c2907
parent0f988ad0433e9986f98c9d243d5784c17ab9051d
parent4f4e3236bb77458146dafd20cb2e0b59ffe372e0
auto merge of #475 : alexcrichton/cargo/issue-458, r=brson

Relative paths are now considered relative to the directory containing the
`.cargo/config` file specifying the relative path.

I also merge ConfigValueValue into ConfigValue by moving the Path directly next
to the String that defined it so we can track which strings came from which
paths.

Closes #458